home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / New System Software Extensions / QuickDraw™ GX 1.1.2 / Programming Stuff / QuickDraw™ GX Libraries / CIncludes / graphics toolbox library.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-10  |  742 b   |  36 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        graphics toolbox library.h
  3.  
  4.     Copyright:    © 1984-1995 by Apple Computer, Inc., all rights reserved.
  5.  
  6.     WARNING
  7.     This file was auto generated by the interfacer tool. Modifications
  8.     must be made to the master file.
  9.  
  10. */
  11.  
  12. #ifndef graphicsToolboxLibraryIncludes
  13. #define graphicsToolboxLibraryIncludes
  14.  
  15.     #ifndef graphicsTypesIncludes
  16. #include "graphics types.h"
  17. /*    #include "math types.h"                                        */
  18. /*        #include <Types.h>                                        */
  19. /*            #include <ConditionalMacros.h>                        */
  20. /*            #include <MixedMode.h>                                */
  21. /*                #include <Traps.h>                                */
  22.     #endif
  23.  
  24.      #ifdef __cplusplus
  25. extern "C" {
  26.     #endif
  27.  
  28. #include "font types.h"
  29. extern long AddResFileFonts(short resFileID, gxFont **fontHandleOrNil);
  30.     #ifdef __cplusplus
  31. }
  32.     #endif
  33.  
  34. #endif
  35.  
  36.